var runtime.uniqueMapCleanup
5 uses
runtime (current package)
mgc.go#L1754: var uniqueMapCleanup chan struct{} // for unique
mgc.go#L1778: uniqueMapCleanup = make(chan struct{}, 1)
mgc.go#L1781: <-uniqueMapCleanup
mgc.go#L1799: if uniqueMapCleanup != nil {
mgc.go#L1801: case uniqueMapCleanup <- struct{}{}:
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |